Interface IkePayload

All Superinterfaces:
IPCData, Pdu, Signal
All Known Subinterfaces:
AuthPayload, IdPayload, NotificationPayload, ProposalPayload, SaPayload, TransformPayload, VendorIdPayload
All Known Implementing Classes:
AuthPayloadImpl, IdPayloadImpl, IkePayloadImpl, NotificationPayloadImpl, ProposalPayloadImpl, SaPayloadImpl, TransformPayloadImpl, VendorIdPayloadImpl

public interface IkePayload extends Pdu
  • Method Details

    • getLength

      Short getLength()
      Returns:
      Short Returns a Short
    • setLength

      void setLength(Short length)
      Parameters:
      length - Takes in a parameter of length
    • getReserved

      Byte getReserved()
      Returns:
      Byte Returns a Byte
    • setReserved

      void setReserved(Byte reserved)
      Parameters:
      reserved - Takes in a parameter of reserved
    • getNextPayloadType

      Byte getNextPayloadType()
      Returns:
      Byte Returns a Byte
    • setNextPayloadType

      void setNextPayloadType(Byte nextPayloadType)
      Parameters:
      nextPayloadType - Takes in a parameter of nextPayloadType